etc/NEWS: Document the new behavior of `describe-function`
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 22 Mar 2024 21:03:15 +0000 (17:03 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 22 Mar 2024 21:03:15 +0000 (17:03 -0400)
I pushed commit accd79c93935 by accident.
Related to bug#69935

etc/NEWS

index eda84d588a8531437c85318122904f1782e7e259..f4b4c30855c9e11105e103aa2c2a54798609833a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -108,6 +108,12 @@ to your init:
 \f
 * Changes in Emacs 30.1
 
+** 'describe-function' now shows the type of the function object.
+The text used to say things like "car is is a built-in function"
+whereas it now says "car is a primitive-function" where "primitive-function"
+is the symbol returned by `cl-type-of` and you can click on it to get
+information about that type.
+
 ** 'advice-remove' is now an interactive command.
 When called interactively, 'advice-remove' now prompts for an advised
 function to the advice to remove.